home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / C / LIB / DESK / CORE / Desk / h / Msgs < prev    next >
Text File  |  1996-05-21  |  572b  |  20 lines

  1.  
  2. #ifndef __Desk_Msgs_h
  3. #define __Desk_Msgs_h
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. #ifndef __Desk_Core_h
  8. #include "Desk.Core.h"
  9. #endif
  10. extern Desk_bool Desk_Msgs_Lookup(const char *tag, char *result, int maxlength);
  11. extern void Desk_Msgs_printf(char *result, const char *formattag, ...);
  12. extern Desk_bool Desk_Msgs_LoadFile(const char *leafname);
  13. extern void Desk_Msgs_DropGroup(const char *grouptag);
  14. extern void Desk_Msgs_Report(int errnum, const char *tag, ...);
  15. extern void Desk_Msgs_ReportFatal(int errnum, const char *tag, ...);
  16. #ifdef __cplusplus
  17. }
  18. #endif
  19. #endif
  20.